Index

React Router

Route a component:

// In a function
this.context.router.transitionTo(`/somewhere/else`)

// And at the bottom
FirstComponent.contextTypes = {
  router: React.PropTypes.object
}